home *** CD-ROM | disk | FTP | other *** search
- /*
-
- Busy.mcc (c) 1994 by kmel, Klaus Melchior
-
- Registered MUI class, Serial Number: 0002
-
- busy_mcc.h
-
- */
-
-
- #ifndef MUI_BUSY_MCC_H
- #define MUI_BUSY_MCC_H
-
- #ifndef LIBRARIES_MUI_H
- #include "libraries/mui.h"
- #endif
-
-
- #define MUIM_Busy_Move 0x80020001
- #define MUIA_Busy_Position 0x80020002
- #define MUIA_Busy_Color1 0x80020003
- #define MUIA_Busy_Color2 0x80020004
- #define MUIA_Busy_Size 0x80020005
-
- #define MUIC_Busy "Busy.mcc"
-
- #define BusyObject MUI_NewObject(MUIC_Busy
-
- #define BusyBar\
- BusyObject,\
- GaugeFrame,\
- MUIA_Background, MUII_BACKGROUND,\
- End
-
- #endif /* MUI_BUSY_MCC_H */
-
-